home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-07-15 | 506 b | 17 lines | [TEXT/CWIE] |
- // ===========================================================================
- // Ctest.h
- // ===========================================================================
- //
- #pragma once
- #include <LApplication.h>
-
- class Ctest : public LApplication{
- public:
- Ctest(void);
- ~Ctest(void);
-
- virtual Boolean ObeyCommand(CommandT inCommand, void* ioParam);
- virtual void FindCommandStatus(CommandT inCommand,
- Boolean &outEnabled, Boolean &outUsesMark,
- Char16 &outMark, Str255 outName);
- };